-
Notifications
You must be signed in to change notification settings - Fork 274
OP: update homebrew installation instructions for ROS #2237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
andy-stark-redis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - just one observation to consider, but feel free to ignore it :-)
| rm -iv $(brew --prefix)/etc/redis.conf | ||
| ``` | ||
|
|
||
| Next, follow the instructions in the [next section](#install-using-homebrew) to install Redis Open Source 8.x using the Redis Homebrew cask. After installation and starting Redis, you can test to see if all the modules are loaded correctly by running the following command. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just wondering, does this module check make more sense in the "Connect to Redis" section? If there's a reason to put it here then no problem, but it would seem to follow on naturally as part of the stuff about redis-cli.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree. I was up last night thinking about this very thing. I've fixed this in the most recent push. Please take another look if you don't mind.
andy-stark-redis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I'd say it looks better like that. J'approve!
|
Thank you, @andy-stark-redis! |
No description provided.